1*16467b97STreehugger Robot<?xml version="1.0" encoding="utf-8"?>
2*16467b97STreehugger Robot<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3*16467b97STreehugger Robot  <PropertyGroup>
4*16467b97STreehugger Robot    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5*16467b97STreehugger Robot    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6*16467b97STreehugger Robot    <ProductVersion>8.0.50727</ProductVersion>
7*16467b97STreehugger Robot    <SchemaVersion>2.0</SchemaVersion>
8*16467b97STreehugger Robot    <ProjectGuid>{784B3027-5E9C-4BF2-BFE6-B5002CAE30AB}</ProjectGuid>
9*16467b97STreehugger Robot    <OutputType>Exe</OutputType>
10*16467b97STreehugger Robot    <AppDesignerFolder>Properties</AppDesignerFolder>
11*16467b97STreehugger Robot    <RootNamespace>Antlr.Runtime.Tests</RootNamespace>
12*16467b97STreehugger Robot    <AssemblyName>Antlr3.Runtime.Tests</AssemblyName>
13*16467b97STreehugger Robot    <StartupObject>
14*16467b97STreehugger Robot    </StartupObject>
15*16467b97STreehugger Robot  </PropertyGroup>
16*16467b97STreehugger Robot  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17*16467b97STreehugger Robot    <DebugSymbols>true</DebugSymbols>
18*16467b97STreehugger Robot    <DebugType>full</DebugType>
19*16467b97STreehugger Robot    <Optimize>false</Optimize>
20*16467b97STreehugger Robot    <OutputPath>bin\Debug\net-2.0\</OutputPath>
21*16467b97STreehugger Robot    <DefineConstants>TRACE;DEBUG;STRONG_NAME;DOTNET2</DefineConstants>
22*16467b97STreehugger Robot    <ErrorReport>prompt</ErrorReport>
23*16467b97STreehugger Robot    <WarningLevel>4</WarningLevel>
24*16467b97STreehugger Robot  </PropertyGroup>
25*16467b97STreehugger Robot  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26*16467b97STreehugger Robot    <DebugType>pdbonly</DebugType>
27*16467b97STreehugger Robot    <Optimize>true</Optimize>
28*16467b97STreehugger Robot    <OutputPath>bin\Release\net-2.0\</OutputPath>
29*16467b97STreehugger Robot    <DefineConstants>TRACE;STRONG_NAME;DOTNET2</DefineConstants>
30*16467b97STreehugger Robot    <ErrorReport>prompt</ErrorReport>
31*16467b97STreehugger Robot    <WarningLevel>4</WarningLevel>
32*16467b97STreehugger Robot    <UseVSHostingProcess>false</UseVSHostingProcess>
33*16467b97STreehugger Robot    <DocumentationFile>
34*16467b97STreehugger Robot    </DocumentationFile>
35*16467b97STreehugger Robot  </PropertyGroup>
36*16467b97STreehugger Robot  <ItemGroup>
37*16467b97STreehugger Robot    <Compile Include="ANTLRxxxxStreamFixture.cs" />
38*16467b97STreehugger Robot    <Compile Include="RewriteRuleXxxxStreamFixture.cs" />
39*16467b97STreehugger Robot    <Compile Include="TestDriver.cs" />
40*16467b97STreehugger Robot    <Compile Include="TreeWizardFixture.cs" />
41*16467b97STreehugger Robot    <Compile Include="ITreeFixture.cs" />
42*16467b97STreehugger Robot    <Compile Include="ITreeNodeStreamFixture.cs" />
43*16467b97STreehugger Robot    <Compile Include="TestFixtureBase.cs" />
44*16467b97STreehugger Robot    <Compile Include="Properties\AssemblyInfo.cs" />
45*16467b97STreehugger Robot  </ItemGroup>
46*16467b97STreehugger Robot  <ItemGroup>
47*16467b97STreehugger Robot    <Reference Include="MbUnit.Framework, Version=1.0.2700.29885, Culture=neutral, PublicKeyToken=5e72ecd30bc408d5">
48*16467b97STreehugger Robot      <SpecificVersion>False</SpecificVersion>
49*16467b97STreehugger Robot      <HintPath>..\..\Libraries\MbUnit\MbUnit.Framework.dll</HintPath>
50*16467b97STreehugger Robot    </Reference>
51*16467b97STreehugger Robot  </ItemGroup>
52*16467b97STreehugger Robot  <ItemGroup>
53*16467b97STreehugger Robot    <ProjectReference Include="..\Antlr3.Runtime\Antlr3.Runtime (VS2005).csproj">
54*16467b97STreehugger Robot      <Project>{CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}</Project>
55*16467b97STreehugger Robot      <Name>Antlr3.Runtime (VS2005)</Name>
56*16467b97STreehugger Robot    </ProjectReference>
57*16467b97STreehugger Robot  </ItemGroup>
58*16467b97STreehugger Robot  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
59*16467b97STreehugger Robot  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
60*16467b97STreehugger Robot       Other similar extension points exist, see Microsoft.Common.targets.
61*16467b97STreehugger Robot  <Target Name="BeforeBuild">
62*16467b97STreehugger Robot  </Target>
63*16467b97STreehugger Robot  <Target Name="AfterBuild">
64*16467b97STreehugger Robot  </Target>
65*16467b97STreehugger Robot  -->
66*16467b97STreehugger Robot</Project>